PDF4Java Reference Documentation
com.o2sol.pdf4java.actions Package / PDFSubmitFormAction Class / getFields Method
In This Topic
    getFields Method
    In This Topic
    Gets the list identifying which fields to include in the submission or which to exclude. If this list is null or empty then all the form fields are submitted regardless of the value set by getSubmitFields method. The fields for which the method com.o2sol.pdf4java.forms.PDFField.isExportable returns false will not be submitted no matter if they are included in the list or not.
    Syntax
    public java.util.ArrayList<String> getFields()

    Return Value

    A list of strings identifying which fields to include in the submission or which to exclude, depending on the value set by getSubmitFields method.
    See Also